NexusFi: Find Your Edge


Home Menu

 





Entry at nearest double zero level


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,551 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
 
Bodil's Avatar
 Bodil 
Oslo, Norway
 
Experience: Advanced
Platform: TradeStation / MultiCharts
Trading: Forex / Futures
Posts: 26 since Aug 2012
Thanks Given: 5
Thanks Received: 0

Hi!

Anybody out there who knows how to code "entry at nearest double zero level above/below current price" (eg at 104,2500) in EasyLanguage, without naming the nearest double zero level?

Thank you very much in advance!


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Requesting replay data for...
NinjaTrader
GFIs1 DAX System
Traders Hideout
Calculate EMA if candles are missing
Stocks and ETFs
Using multiple Versions of the same DLL in MC.Net
MultiCharts
Historical Price History?
Elite Algorithmic NinjaTrader Trading
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Machine Learning Journal
41 thanks
Is the WH trying to engineer a recession? This Wall Stre …
15 thanks
Demark Indicator
5 thanks
OpenAIs Deep Research - finance/trading related prompts
3 thanks
Daytrading ES & NQ
3 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639


Bodil,

you should be able to use something like this to get the nearest double zero price next to the current close:

 
Code
	Value1 = Close * 100;
	
	Value2 = Round(Value1, 0);
	
	Value3 = Value2 / 100;
Regards,
ABCTG


Bodil View Post
Hi!

Anybody out there who knows how to code "entry at nearest double zero level above/below current price" (eg at 104,2500) in EasyLanguage, without naming the nearest double zero level?

Thank you very much in advance!


Follow me on X Reply With Quote
  #4 (permalink)
 
Bodil's Avatar
 Bodil 
Oslo, Norway
 
Experience: Advanced
Platform: TradeStation / MultiCharts
Trading: Forex / Futures
Posts: 26 since Aug 2012
Thanks Given: 5
Thanks Received: 0

Thank you! I will try this out.


Started this thread Reply With Quote




Last Updated on December 19, 2013


© 2025 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts