Forum

Undefinable indicator.

Hello, I'm looking for simple breakout indicator that will look for the current day highest, lowest points and the breakdown/signal occurs when closed candle is above/below previously highest, lowest values from the same day. Thank you in advance for help. Regards

Different type of renko chart.

Hi, Could you please help me to find RenkoChart indicator 600+ that makes boxes in the following way? Thanks in advance

Multi Time frame EA issue.

Hi, I have created EA that should be trading based on the below rules. However something is wrong and I don’t know what. 1. Buy - Candle Close (2 shift) < Adaptive Gann High-Low activator && Candle Close (1 shift) > Adaptive Gann High-Low activator 2. Sell - Candle Close (2 shift) > Adaptive Gann

GannHiLo-Histo indicator.

Hi All, Could you please help me and advise what needs to be updated in the attached code to see Red/Blue values in the data window? Thanks in advance. Regards //+------------------------------------------------------------------+ // GannHiLo-Histo

William's Percent Range with Moving Average indicator.

Hi, I'm looking for indicator that includes William's Percent Range and Moving Average on one indicator similar to attached screenshot. Thanks in advance for help. Thanks GreenPoint

Coding problem - Trix4Kids indicator.

Hi, I'm trying to create EA based on the attached indictor. However I'm having difficulties to make simple rule that makes Buy when FastPeriod line changes from Red to Green and Sell when FastPeriod line changes from Green to Red. All transactions based on 1st shift. Thanks in advance for help

Support and Resistance - the BEST indicator

Hi All, Could you please recommend/advise about the BEST Support and Resistance Indicator that was ever used by you. Thanks in advance. Regards K

How to limit transactions on the same bar in Tester - ADX

I created my ADX EA that makes orders when current ADX crosses line 25 but the problem that I have is multi-orders when TP is set to 5 pips. I am looking for a solution to stop EA in Tester for next 3 bars when TP was reached. Thanks in advance for help

Does anyone know how to code a function that would make the program wait for candle close and then continue? Thanks in advance.

Does anyone know how to code a function that would make the program wait for candle close and then continue