- Search Forex Factory
- 44 Results (17 Threads, 27 Replies)
- TradingView and MT4
Hello Everyone, I've noticed a discrepancy between the prices on Forex.com when viewed on ...
- Understanding order of parameters in function
I have a global variable that is used in a function, then I use a script to test the function ...
- Ternary operator mql4
I have a question in regards to the understanding ternary operator double true_range = ...
- Coding Entry mql4
Hello Everyone, I am trying to code entry open order when the price reaches a certain price level ...
- Triangle Arbitrage
Can Triangular Arbitrage only be done using an automated EA and it can not be executed manually?
- Need help to understand this please
I need some advice for the below code if you please, Period_MA is external variable and I set it to ...
- I need help with my function please
I have created the below function that would look for the value of peak points and trying to store ...
- Function inquiry
double DemLow(int cnt, int sh) { if(Low[cnt]<=Low[cnt+sh] && Low[cnt]<Low[cnt-sh]) { if(sh>1) ...
- Variable declaration question: for loop
why the variable declaration must be between the curly brackets of the for loop so it operate? it ...
- Assistance with understanding difference in logic of 2 codes
I am trying to code a condition that allow the EA to trade once in each candle, and I want to ...