Forum

Summary of Indicator values

Is there any way to make a summary of what all the indicator values are on each sheet so that I can see everything in one place? Something like the pop up prices in MetaTrader but with indicator values along side the prices for each pair

Limiting EA to one trade per bar

Hi all, I am working on an EA that only trades once per bar. I am using time to check if the current bar is at least x hours ahead of the previous bar. However it does not execute a trade on backtests , but it does when I remove the time check conditions. Here's the pseudocode: static int order_time