Jean Francois Le Bas
Jean Francois Le Bas
3.8 (5)
  • Information
7+ years
experience
8
products
61
demo versions
0
jobs
0
signals
0
subscribers
Jean Francois Le Bas
Added topic I thought Pending Orders could only have Positive Slippage ?
i'm testing something right now, on MT5 and I got some pretty high slippage but it is negative slippage (I set a Sell Stop @ 1.30710 and it opens @ 1.30675) I thought only positive slippage was possible when using a Pending Order thanks Jeff
Jean Francois Le Bas Published product

60.00 USD

Early Trends finds trends early, when price is still squeezed inside price action, which is the best time to spot a trend. When the price action makes higher highs or lower lows within the first bars back, while no HH or LL has been triggered on higher period bars back, then a trend is potentially beginning You can also take signals only in the direction of the trend, with the trend filter. Many parameters : Number of Bars Displayed Number of Bars Back HHLL Number of Bars Back Multiplier Period

Jean Francois Le Bas
Added topic I can't figure this out
Hi I'm trying to make my spread filter work again, as it was working perfectly before and now it isn't and for the life of me I can't figure out why. In my trading routine I check for low spreads : double maxSpread = 0.4 ; int spread =
Jean Francois Le Bas
Added topic question about POSITION_MAGIC and POSITION_IDENTIFIER
Hi I've read in the doc that the Magic number of a position can be changed (swap, etc) without user input of course, so my question is simple, how am i supposed to know if a position has been opened by my EA if I can't use Magic numbers anymore? I
Jean Francois Le Bas
Added topic what's up with these prices errors ?
It's not the first time it happens. Wrong price is used instead of the right one, resulting in an enormous loss in the backtest I don't think my code is wrong, because error comes and goes. BTW it's an OPEN PRICE backtest I restart MT5 and error is
Jean Francois Le Bas
Added topic viruses by activating DLL ?
Hi I'd like to know if it would be possible for an EA or an indi with DLL activated to download a virus from the internet and then run it ? i'm kinda afraid of EAs or indis that can run shellExecute thanks jeff
Jean Francois Le Bas
Added topic New "Open Prices Only" way to handle price ?
Hi I noticed that in MT5, the way backtest are conducted in " Open Price " backtests is now different :  all the processing will be handled at the CLOSE of the bar rather than at the open as before. I find this unsettleling as there is no way to
Jean Francois Le Bas
Added topic trading intra-candle on Open Prices
Hi AFAIK it's not possible to open a trade withing the candle duration on Open Prices . other systems allow that. it's just a matter of checking if the price asked for entry is within high and low of the bar, then computing the Drawdown as if price
Jean Francois Le Bas
Added topic Custom symbols gone with new MT5 version ?
all my custom symbols are gone since I updated MT5 with latest version. is it normal ? I wonder what happened...do I have to just recreate the custom symbols ? or is there more to do thanks a lot Jeff
Jean Francois Le Bas
Added topic Is it a bug with Custom Symbols ?
I have a strange behaviour with Custom Symbols, sometimes when using "CustomTicksAdd" instead of "CustomTicksReplace", the few last ticks are not displayed in chronological order it's not previous added ticks as I tried with brand new symbols and
Jean Francois Le Bas Published product
Reviews: 1
100.00 USD

9 out of 10 copies left at $100 after that price will double ($200) ! so hurry This indicator is a mean-reversal type of indicator. Meaning it will not follow a trend but rather make profit from a change in price direction, when the price extends from it mean, but to come back to it later on. This indicator is 100% NON REPAINT and will not redraw its arrows once they appear. Each arrow is drawn at the close of the candle, not during the life of the candle. No parameters, only alert parameters

Jean Francois Le Bas
Added topic Custom Symbols Trading Times
Hi I'm creating a custom symbol from BTCUSD. In the custom symbol, it doesn't trade on day 2017.12.30 ( It says markets are closed) , whereas in the original BTCUSD symbol, it does trade on this day. I don't understand how the custom sy m bol can me
Jean Francois Le Bas
Added topic I think there is a bug in Custom Symbols
Ok so I made an EA that uses custom symbols to improve backtesting speed : I store only the necessary ticks of the open and close signals in the custom symbol thus it backtests really fast only problem here : there is a difference in the behaviour of
Jean Francois Le Bas
Added topic Right way to close orders ?
Ok so my question is a bit nooby because i got no experience in real trading My idea is that if I receive a close signal, and send a close order, there is maybe an exception when the order isn't closed because of slippage? If so my idea was to use a
Jean Francois Le Bas
Added topic Is There a Way Around that
ok so I'm explorating and migrating to MT5 because it is so much superiror but I got issues obviously. one of them being I write some stuff in a text file in my EA, the problem is that if I stop backtesting early, it somewhat doesn't close the handle
Jean Francois Le Bas
Added topic Is This Code Correct ?
Hi I just figured out the way to properly test if orders were closed the right way, but i'm wondering if the code is correct (because it accounts for situations when there are requotes and I can't simulate that) and what could be done to improve the
Jean Francois Le Bas
Added topic CustomSymbols : slower that base symbols ?
Hi I tried to create a custom symbol with only the necessary ticks for my strategy. of course I cannot modifiy the parameters of the input signals, but I wanted to see if putting the minimum amount of ticks in the custom symbol would speed backtest
Jean Francois Le Bas
Added topic Custom Symbol question
Hi let's say that I want to make my own OHLC symbol from ticks based on history. i'm not sure how to do so, because to set the close value, you need to set it one tick before the new bar, but how do you know it's the last tick ? if you set it after