Join our fan page
- Views:
- 7195
- Rating:
- Published:
- 2024.10.03 23:41
- Updated:
- 2024.10.04 23:44
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Perfect Seconds chart indicator allows you to convert minute candles of live data into seconds
Remove this line of code from OnInit and OnCalculate in case of you find indicator not working
if (ENUM_MQL_INFO_INTEGER(MQL_TESTER)) { return(INIT_SUCCEEDED); }
1. Choose any number of seconds to close a bar with accurate time.
2. This is Live OHLC rates based data, It works even if ticks are not available.
3. No external DLL required, it works smoothly on VPS
4. Fast and optimized code
5. Supports Crypto Pairs such as BInance, Kucoin and all other exchanges where Futures live chart can be converted into seconds easily.
6. Support all type of symbols such as Gold and Forex pairs.
7. Options to delete symbol and rates.

This tool will calculate the acceptable lot size based on a stop loss distance and risk percentage

This code shows how you can create a dashboard to display all the relevant information on the chart

Synchronized custom crosshair indicator showing price and (server/local) time.

Time-related functions for empirical detection of server time zone and daylight savings mode (DST) from history of quotes