- Search Crypto Craft
- 44 Results (17 Threads, 27 Replies)
-
TradingView and MT4
Started Aug 17, 2024|Platform Tech|8 repliesHello Everyone, I've noticed a discrepancy between the prices on Forex.com when viewed on ...
-
Understanding order of parameters in function
Started Jan 8, 2023|Platform Tech|0 repliesI have a global variable that is used in a function, then I use a script to test the function ...
-
Ternary operator mql4
Started Apr 22, 2022|Platform Tech|0 repliesI have a question in regards to the understanding ternary operator double true_range = ...
-
Coding Entry mql4
Started Apr 11, 2022|Platform Tech|0 repliesHello Everyone, I am trying to code entry open order when the price reaches a certain price ...
-
Triangle Arbitrage
Started Mar 10, 2022|Trading Discussion|1 replyCan Triangular Arbitrage only be done using an automated EA and it can not be executed ...
-
Need help to understand this please
Started Apr 22, 2021|Platform Tech|0 repliesI need some advice for the below code if you please, Period_MA is external variable and I set ...
-
I need help with my function please
Started Apr 19, 2021|Platform Tech|10 repliesI have created the below function that would look for the value of peak points and trying to ...
-
Function inquiry
Started Apr 11, 2021|Platform Tech|2 repliesdouble DemLow(int cnt, int sh) { if(Low[cnt]<=Low[cnt+sh] && Low[cnt]<Low[cnt-sh]) { if(sh>1) ...
-
Variable declaration question: for loop
Started Apr 8, 2021|Platform Tech|5 replieswhy the variable declaration must be between the curly brackets of the for loop so it operate? ...
-
Assistance with understanding difference in logic of 2 codes
Started Apr 4, 2021|Platform Tech|2 repliesI am trying to code a condition that allow the EA to trade once in each candle, and I want to ...