Forum

Tester not optimizing

Hi all, I've created an grid base EA and I'm trying to optimize it but PC never gives results (trying the start hour, end hour, pips and grid distance - Nothing). Any advice would be gold for me, thanks

tradepad - manipulate the tester

Hi everyone, I'm creating trading panel and is working fine on live trading. I'm looking for a solution so I can use the panel through testing strategies and it is not possible except of one particular option I saw is to signal to OnTick. The problem is that I'm using alot of classes and creating

Objects not moving at the same time

Hello everyone, I'm trying to build trading panel and I'm finding it difficult to move few items at the same time. I'm using on event handler on EA, tried Drag option and also object click, the result remain the same: after moving one item and releasing my button, the other objects follow. Would

startegy tester button buy/sell

Hello community, I'd like to create an ea that contains 2 buttons: buy / sell and would like to test it through tester, would like to ask if there is any idea how to cope with the problem? thanks in advance, Omri

Custom indicator - anchor points

Unlike expert advisor, where I can set an anchor point for object, while trying to write an indicator, I just can't find where I can set an anchor or at least get the object to a point above / under the candle. Thanks in advance :)

Creating trade panel from scratch

Hi everyone, In the recent few months I'm doing some EA's and scripts. I'm looking to create a manual trading panel from zero with my own specs and it would be nice to know where from should I start? What should I look for an interactive (trading panel with tabs and etc) trading panel? Thanks and

modular trading scrip

Hi everyone, i'm working on a script that count the trades. Firstly, if there is no trades on the required direction, open a trade. My problem comes at the second trade. The condition for the next trade is being at profit and calculating the total profit. The next trade's risk based on the total

EA opens trades randomly while tester does well

Hi community, recently started algo trading and creating my own EA. When I try to test my EA on tester, it works pretty well but when I use it on real pair, something go wild and it opens a trade at random time (the signal is Valid but I made max trades allowed per symbol which doesn't work). Here's