- Search Forex Factory
- JoeeF replied May 29, 2023
Due my own very bad post-covid situation (many health issues) I cannot support free software anymore. I'm sorry...
MT5 Indicators and EAs
- JoeeF replied May 9, 2023
Exactly so... Anyway, it's only an idea. I had the same issue a few years ago...
Need help with this Script
- JoeeF replied May 8, 2023
Simply try if the script opens a trade without SL and TP for your Darwinex. And if yes, try to add separate lines of code for SL and TP afterwards...
Need help with this Script
- JoeeF replied May 8, 2023
#property show_inputs //#property show_confirm extern double Lots = 0.1; extern int Slippage = 2; extern int Stop_Loss = 750; extern int Take_Profit = 1500; //+------------------------------------------------------------------+ //| script "Open a ...
Need help with this Script
- JoeeF replied May 5, 2023
Yes, a true trader never sells signals... All the best my friend. You're doing very well I hope...
Auction Market Theory and Market Profile
- JoeeF replied May 5, 2023
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 // Indicator parameters input int RSI_Period = 14; input int Buy_Level = 30; input int Sell_Level = 70; input string Push_Notif_Title = "RSI Alert"; input ...
MT5 Indicators and EAs
- JoeeF replied Dec 23, 2022
Thank you and take care!
The Last JournalAnd by the way you're the best trader here, no hesitation...
- JoeeF replied Dec 12, 2022
You need—firstly—a strategy with an edge. The software solution is the easiest part of the story...
Calling MT4 commands externally (e.g. from C++)
- JoeeF replied Dec 12, 2022
Yes, and in a spare time I can clean your house... It's so easy, hire a developer!
Calling MT4 commands externally (e.g. from C++)
- JoeeF replied Dec 8, 2022
Be firstly sure you really need it...
Calling MT4 commands externally (e.g. from C++)