• Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Baptiste George
Baptiste George
Perseverance EA :

The whole strategy is revealed
https://www.mql5.com/en/signals/1069708

Indicators used into our EA are available on website.


CrazyTrader
Baptiste George
Baptiste George
Join us today... copy trading available !
Baptiste George
Baptiste George
Trading World
Baptiste George
Added topic Time between 2 dates
Hello, Struggling here to get the time between to dates: Can you help please? Print ( "Date i=" ,Time[i], " Date ZZ4=" ,Time[ZZt[ 4 ]], " Date Diff=" ,Time[i]-Time[ZZt[ 4 ]]); // => Date i=2021.03.09 17:00:00 Date ZZ4=2021.03.04 18:00:00 Date
Baptiste George
Added topic How to scan Symbol, laod new symbol, and pause ?
Hello, This part scans some symbols void OnTimer ()   {    if (FirstRun)      {       FirstRun= false ;        Print ( "Changing Symbol" );
Baptiste George
Added topic How to list into comment GlobalVariables
Hello, Please help to list some global variables into Comment(); I can Print, but I need to display names into Comment, the way it is coded only displays the first GlobalVar that it finds. void Get_GV_Name() {        for
Baptiste George
Added topic How come Indi works only when compiling or Init?
Hello, please help me out to understand why the Indi works only when adding to the chart (Init) or when compiling code ? //+------------------------------------------------------------------+
Baptiste George
Baptiste George
New MT4 Indicator released - Free license until end of 2019 !!!

https://www.forexfactory.com/showthread.php?t=920786
Baptiste George
Left feedback to developer for job Solve little problem with Webrequest into existing EA
Baptiste George
Added topic Webrequest problem
Hi, Please help to solve problem while "webrequest=200 Too many requests" This function is too complicated for me. I only can code bots. I can't figure out what's wrong. It was working for years before. Not anymore : ( string GrabWeb() {   
Baptiste George
Added topic Expiration Date on Pending order
Hi, ‌ I wanted to use the expiration date on pending order . ‌ void openShortLimitTrade_RSI( double value) { // TrailingStopDistance    int ticket = OrderSend ( Symbol (), OP_SELLLIMIT ,Lots,value,slippage, 0 , 0 , "RSI_EA" ,MagicNumber2
123