Codes

Set Stoploss to All Orders for MetaTrader 4

Simple stoploss script

Forum

Alert Once Per Day

Hello, i have a multicurrency Pivot Dashboard and i would like to add a funcion that send an Alert once per day if the pivot is touched. I have created a Pivot Touch Function that return me True if pivot is tested and False if not. bool PivotTouch( double _high, double _low, double pivot) {

Creating Multiple Object with Libraries

Hello everyone, I did some research about this question but didnt found nothing #include <Controls/Button.mqh> CButton MyButton,MyButton2,MyButton3; Is it possible to create 50 Buttons with a for loop instead of declearing them individually? I have to loop and Create a new name for each button and