Tonybarba / Publications
Forum
manage trailing on algotrading
Hi, I’ve designed a neural network featuring two agents that decide whether to enter a "buy" or "sell" position, or to "skip." The entire codebase is in Python, which outputs a CSV file; this CSV is then read by an MQ5 Expert Advisor (EA) that manages the actual trades. I’m now looking for advice on
Best trailing stop management for XAUUSD H1?
Hi everyone, I am developing an EA for XAUUSD and I would like some advice about trailing stop management. Current setup: Symbol: XAUUSD Mainly H1 timeframe Trend/momentum strategy Trades often run into profit, but many positions close too early because of trailing settings. At the moment I am
My EA cannot read a text file from my AI
Use the CODE button (Alt-S) when inserting code. A moderator corrected the formatting this time. Please format code properly in future; posts with improperly formatted code may be removed. The paths are correct both in the Python file that creates the signal and in the expert advisor , but the
Which PC to choose for trading and expert advisor test and development?
Hi guys, I'm about to buy a new PC to speed up both trading and strategy testing, since mine currently takes several hours to complete a year's worth of tests. Do you think it's better to prioritize the graphics or the processor, which should be the latest generation? Do you also recommend a laptop
Help for strategy tester
Hi i am an absolute beginner i create a small routine that provide once you press sell or buy to put one order and assign a Stop loss automaticatelly at 70 pips distante and a Tp on 140 pips according to 1:2 RR. Another step is to put TP at BE once arrived at 1:1 All this tested on the strategy
Someone could help with a simple EA ?
I setted with AI a small routine Open 3 position at 0.01 same time Open a pop up to insert SL Same for all positions Tp1 Tp2 Tp3 Apply button At tp1 first position automatically close and bring tp2 and tp3 at BE + or - offset 0.20 price of entrance The problem is that this last part doesnt work SL