- Search Crypto Craft
-
jblanked replied Apr 6, 2023I added the magic number for you; it can already be tested on different time frames, just make sure to change the time frame in the strategy tester to the one that you want.
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 6, 2023The issue is in the OrderSend function. Its not placing the buy stop/sell stop at the right range. It's more than likely the issue with how the CalculateRange function is working (not sure why they used start inside the parameters; you could just ...
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 6, 2023No you need to type in the name of the indicator and make sure the indicator is in your indicators folder. You can adjust the threshold and Period by adding the rest of the parameters in the iCustom function. Please adjust to your liking, I included ...
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 6, 2023Here you go! Adjust to your liking
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 5, 2023We need the .mq4 code to help (source code)
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 4, 2023Here try this
I added and changed this: image I removed the lot size risk and instead used lot size (as the pine script risk equation isn't the same in MQL4) I also removed the trails, but I added the trade functions based upon: longEntry ...I will code your EAs and Indicators for no charge
-
jblanked replied Apr 4, 2023This code is very incomplete. The original coder did not list the variables used inside of the functions (like the Lot Size Percentage)
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 4, 2023I see! This is because its waiting for the candle to close before taking the trade. For example, the 9:30pm candle starts at 9:30pm and ends at 10pm. So the close of the 9:30pm candle is at 10pm. The EA looks at the close of the 9:30pm candle and ...
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 4, 2023This means that there's extra { in the code. You either need to remove it, or add the corresponding } where it's supposed to go
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 4, 2023Just add the variable in separate OrderSend functions... OrderSend(_Symbol,OP_BUY,Lot1,......) OrderSend(_Symbol,OP_BUY,Lot2,......) etc
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023Must be something with your computer? All I did was change the timeframe from using int to ENUM_TIMEFRAMES
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023Here I fixed the issue with the alert and I added phone notification. I did not add the arrow
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023What part isn't working exactly and what do you mean the platform blocks you? Screenshot please
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023I added a dropdown list of all the timeframes available in MT4
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023Hmmm im not sure, over 1400 lines of code. The hedge isn't labeled. I added code here, but I think this is when the order first starts (as you explained) image
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 3, 2023Haha no it is not. In forex, there is no "holy grail". But if one day someone somehow comes up with one, let me know haha.
I will code your EAs and Indicators for no charge
-
jblanked replied Apr 2, 2023The stop loss and take profit are in points, you just need to adjust for your pair and for your broker
Day trade setup