Forum

Calculation methods for supply and demand zone indicators

Hi community, what do you guys think the best approach would be for defining supply and demand zones - in an indicator? 1. Studying a few of the free indicators already available I can’t quite understand from reading the code how the zones are calculated. Attached is the best one I’ve come across

Change all Time Frames within a profile scripts

Please find attached MT4 scripts that that allow a hot key to be assigned to each required TF. i.e CTRL 1 MN, CTRL 2 weekly etc.so that when applied to a profile of markets all of the markets change to the same time frame. These scripts have worked perfectly until recently. I’m not sure why, maybe

Seeking solution to an infinite loop that causes MT4 hang with ‘Not responding’ error.

Hi, ChartSync indicator is supposed to do this: Objects drawn on one chart automatically appear on other charts of the same symbol. This allows multi time-frame marking up of charts simultaneously, without having to manually save and load templates. Example If 3 EURUSD charts are open H1, M15 and

Is it possible to save orders?

Hi, When day-trading, pulling orders each evening and reinserting them again in the morning is time consuming. Although I copy them into excel so that they can be pasted back into a new order ticket , this takes a while, particularly if there are a lot of orders. In MT5 would it be possible to

A script that toggles Bid & Ask line on & off

Hi Traders, I wonder if anyone knows how I could arrange this code so it turns both the bid and the ask on and off at the same time? Currently it switches the Bid and then the Ask on and off sequentially. I'd be most grateful if someone could help. Many thanks bool toggle = ( bool ) ChartGetInteger

Semi automatic - is this feasible?

Do any wizards out there know if it is possible to manually reposition stops and targets of an EA once it is in trade? My strategy trades support and resistance on the D1 using the zigzag as previous high/low. I’m currently defining the trade criteria and manually back-testing it, in preparation to

Back to basics

I'm creating an MT4 EA that uses the RSI to take profit . The simple question is: On the chart that I install the EA on, must I have the RSI on the chart? Many thanks