Codes

Draw Ellipse for MetaTrader 4

The script creates an ellipse on window drop

Forum

Daily ATR Projection Levels

Does anyone have an indicator that shows Daily ATR Projection Levels for the last x amount of days? Similar to the Pivot Points Daily Shifted Indicator, I am looking for an ATR Projection Indicator that shows the levels for today and previous x amount of days. Can't get the image to work..... here

Create Alert in Terminal Window with Script NOT with Alert()

Is there a way to create an Alert thru script that shows in the Terminal Window , that is it would mimic Alert Editor? I don't want to use Alert() . Instead I want to be able to access the list of Alerts (using a script) on the Alerts Tab in Terminal Window and then if whatever conditions are met

Chromecast

Are there any indicators or (android) apps that allow you to Chromecast Forex Charts? (with or without MT) I realize there is a Chrome add on that lets you Chromecast your browser content but I'm looking for a more elegant charting chromecast app that preferable works with MT4

Input Parameters Unavailable when Including Script

Whenever I add a script to my EA's, the input parameters become unavailable under expert properties, when adding the EA to a chart and using Strategy Tester . It's really strange. Take a simple parameter like //---- input parameters extern bool TakeTrades=True; When adding to a chart, as well