Author: Daniel Frieling Many consecutive Heiken Ashi candles of the same color often indicate a soon and harsh trend reversal. Th...
Showing posts with label Number. Show all posts
Showing posts with label Number. Show all posts
MetaTrader 5 Script | Number of objects in the specified chart
0
An example of implementation of counting different objects on a chart in all subwindows as well as in a particular subwindow. Setti...
MetaTrader 4 Script | Script to StopLoss and TakeProft in Pips, use your EA Number
0
Script that contains both Stop Loss as Take Profit. Getting your choice only use stop loss or stop loss with take profit. Real aut...
MetaTrader 4 Script | Euler - Euler number calculation
0
The script uses two functions: getE() , that calculates the Euler number, and Factorial() , that calculates the factorial of the numb...
MetaTrader 4 Script | Calculation of the number of lots by Anton Trefolev.
0
Calculation of the number of lots by Anton Trefolev. Source: http://forum.alpari.ru/showthread.php?p=1298868#post1298868 869...
MetaTrader 5 Libraries | xoshiro256 Random Number Generator
0
Xoshiro256** Random Number Generator xoshiro256** (named after its operations: XOR , shift , rotate ) is a pseudorandom number gener...
MetaTrader 4 Expert Advisor | Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set
0
MetaTrader 4 Expert Advisor | Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set
RobotFX
16.6.25
Lot sizing and/or Number of trades for strategies like Grid and Martingale are very important. We always ask about what happened in ...
MetaTrader 5 Expert Advisor | Multiple EA Tracking with a Magic Number Based Profit and Loss Live Dashboard in MQL5
0
MetaTrader 5 Expert Advisor | Multiple EA Tracking with a Magic Number Based Profit and Loss Live Dashboard in MQL5
RobotFX
12.6.25
Individual Strategy Insights When a single account hosts multiple strategies, the core challenge is separating the performance of e...
MetaTrader 5 Script | Function for converting the number of seconds to years, months, days, hours, minutes, seconds
0
MetaTrader 5 Script | Function for converting the number of seconds to years, months, days, hours, minutes, seconds
RobotFX
10.6.25
string GetTimeSpan(datetime time_sec) { if (time_sec <= 0 ) return "0 seconds" ; string time_text =...