Codes

Tally for Wins and Losses for MetaTrader 5

Way to keep a tally of wins an losses

Forum

Possible Error in DateTime.mqh - Function CDateTime::DaysInMonth(void) const

Function always returns 0 #include <\Tools\DateTime.mqh> //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart () { //---

Global Variable not updating when conditions are met.

Gap classifications not updating the Global variable Status; //--- Global Decalaration; int GapSignature; //--- OnItnit //---Variable GapSignature = GapFinder(); //--- Function int GapFinder() { int GSTemp = 0; int GeneratedGapSignature = 0; bool GapCondition1 = (RatesSymbol_0[1].close <

Strategy Tester get events from other charts

I am looking for a way to get events from other charts during back testing and forward testing. Anyone have any ideas or run into this problem

How to get the stoploss of the previous order?

Some parts of my EA require validation of a previous price level. The best way I can think of is getting the last order in history and check the stop loss but there is no option for getting the stop loss of the last order in history

Python Query

I building a way to interact with the python django framework. Before starting I am asking if anyone had had any success with Python MQL5

Auto loading indicators on call and unloading

When trading I would like for some indicators to load up on the screen and exit 15 minutes later. Are there any examples or articles

Get data from SQL into an array for decision making.

I copy my economic calendar into a sql database I would like to put the data into an array and use it for support

Create Indicator based on data from Sql

How do you get data from SQL for an indicator

Scan Broker Server for Symbols not active in MarketWatch

I don't see the functionality to scan the Brokers Server for Symbols Example Problem : I have 2 Majors, 0 Crosses Active in the MarketWatch. I would like 2 More Majors and 3 Crosses. Now 1 of the Crosses are NOT Supported by the broker. How do I tell my EA? The logic so far. ?? Scan Server for

Why does the IDE freeze after 6000 to 10000 lines of code

ive been coding none stop for the past 5 days and now serious lag is slowing me down.. when i type i have to wait for aleast 20 seconds or more before the the data typed, is entered into the ide.. is there a way to solve this