Information

Username: tradermatrix
Member since: 24 Jul 2012
Last login: 28 Feb 2013
Status: Active

Activity

Where Created Comments
Algorithms 1 36
Forum Topics 50 156
Jobs 0 0

About

tradermatrix@wanadoo.fr

Last Algorithm Comments

TR
tradermatrix · 4 years ago

Hello
Thank you for sharing your work.
I think line 76 for ADX Sell: if (i_adx.ADX.LastValue> 20) is: (i_adx.ADX.LastValue <20)
Good trade !!
cordially

TR
tradermatrix · 6 years ago

hi
thank you for this great work, very technical ...
it just lacks the opening of a command so that this robot is the most remarkable ....
do you have an example or a piece of code adapted to your logic that allows to open and close an order automatically.
cordially

TR
tradermatrix · 6 years ago

sean.cappone:

Because it is the same label ... I will modify the code .... you will be able to use it with several symbols, at the same time.

TR
tradermatrix · 7 years ago

Thank you Paul
I will try the adventure
I will communicate the results
@ +

TR
tradermatrix · 7 years ago

hello Paul

Does your instrument improve the optimization?
Optimization often slows down the computer's virtual memory considerably.

Your instrument improves the fluidity of a cbot that has opened a large number of orders (and which slows down all functions) for example to close in an instant 20 or 30 trades ....

And finally, I have several computers and several brokers with different accounts a single purchase is it enough ...?
with many thanks.

TR
tradermatrix · 7 years ago

asghar250

multiplier OK !!

better late than never....

Best regards

TR
tradermatrix · 7 years ago

I returned !!

TR
tradermatrix · 8 years ago

Hi Paul
I'd be curious to test with full automation.
I think you can create a basic set and offer it to everyone, (the operation on demo accounts only).
Then everyone could adapt and buy according to their needs (for real accounts) ...
I think you will have a high demand.
I'll be the first to test a desired set of your creation and buy + if affinity ...
Paul thank you for your work.
tradermatrix@hotmail.fr
Cordially

 

 

TR
tradermatrix · 8 years ago

congratulations for this remarkable work...
is it possible (with these same tools) to create a robot that would take the
decision d buy or sell with the usual settings.?
I wish to no longer remained planted before my screens. I want to go fishing... during labour.... (I'm French..!!!)

Kind regards

 

TR
tradermatrix · 8 years ago

ok ... I will study this possibility
Best regards

TR
tradermatrix · 8 years ago

the robot does not work ... can you look

log backtesting ;

18/11/2015 02:00:00.000 | Backtesting was stopped

18/11/2015 02:00:00.000 | Crashed in OnStop with NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.

18/11/2015 02:00:00.000 | Crashed in OnStart with UnauthorizedAccessException: L'accès au chemin d'accès 'c:\data.csv' est refusé.

Thank you

 

 

TR
tradermatrix · 8 years ago

you do not need to modify the code.
 look at this ...

http://help.spotware.com/user-time-offset

TR
tradermatrix · 8 years ago

I  have added the martingale reverse mode ... but in all cases  tp 20 and sl 20  is risky ....

TR
tradermatrix · 9 years ago

cher  Abdalah Hacid

Merci pour cette idée et de la partager avec tous....

J ai  progressé en regardant vos codes et vos méthodes.

Je suis ok avec Hichem,j ai actuellement le même soucis avec backesting tick data....

Il y a un problème.../forum/calgo-support/5418

Cordialement

 

Bons Trades

 

TR
tradermatrix · 9 years ago

yes thank you it works.
if [Parameter ("Short Start Level" DefaultValue = 2.0)]
thank you again

TR
tradermatrix · 9 years ago

hello
thank you for the code.
I have noticed that sell order does not.
you can watch...?.
cordially

TR
tradermatrix · 9 years ago

merci pour le code
j ai construi un robot et inclus  ton code.(je travaille déja avec un systeme similaire)
il faut noter que les résultats sont bons pour "_takeProfit".
mais il vaut mieux supprimer le _stopLoss,car il provoque de grandes pertes.
@+

thank you for the code 
I have Constructed a robot and included your code. (I work already with a similar system) 
note that the results are good for "_takeProfit." 
but it is better to remove the _stopLoss because it causes great loss. 
@+

TR
tradermatrix · 9 years ago

Hello 
no, I have completely forgotten this indicator. 
I think I will develop this idea. 

TR
tradermatrix · 9 years ago

Merçi

bons trades.......

TR
tradermatrix · 9 years ago

ZigZag Kwan MBFX Timing : /algos/indicators/show/535

Bonjour

Bravo pour ton travail

J ai un probleme avec cet indicateur(il ne veut pas s enregistrer)

Error CS0006: Metadata file 'f:\dev\calgo\library\mq4\bin\debug\calgo.mq4.dll' could not be found

Cordialement

Marc

TR
tradermatrix · 10 years ago

ligne 158 

remplacer null  par StopLoss

 private void Open(TradeType tradeType)

        {

            // var position = Positions.Find("ZephynScalper", Symbol, tradeType);

 

            // if (position == null)

            //     ExecuteMarketOrder(tradeType, Symbol, Volume, "ZephynScalper", StopLoss, TakeProfit);

            if (OpenTrades < 2)

            {

                ExecuteMarketOrder(tradeType, Symbol, Volume, "ZephynScalper", null, TakeProfit);

  ExecuteMarketOrder(tradeType, Symbol, Volume, "ZephynScalper", StopLoss, TakeProfit);

                OpenTrades++;

 }

 

        }

////////////////////////////////////////////////

mais vous devrez regler  et changer certains  parametres du robot

bons trades

Marc

           

 

TR
tradermatrix · 10 years ago

hi
Has someone an idea to put it this indicator in a robot.
for example, open a command automatically at the same time AlertMessage.
thank you.
cordially

TR
tradermatrix · 10 years ago

using System;

using cAlgo.API;

using cAlgo.API.Indicators;

using cAlgo.API.Requests;

using cAlgo.Indicators;

using System.IO;

using System.Collections.Generic;

using System.Windows;

using System.Linq;

using System.Runtime.InteropServices;

using System.Globalization;

 

remove from the list:

 using System.Windows;

 

TR
tradermatrix · 11 years ago
can you explain: [Parameter(DefaultValue = 300)] public int PipStep { get; set; }. the trailing stop does not work merci
TR
tradermatrix · 11 years ago
bonjour apres plusieurs essais d enregistrement par coller copier ou downloab le resultat est :"creation échouée" error : the type or namespace name'zigzag could not be found (are you missing a using directive or an assembly reference?) l erreur est ici private ZigZag_zigzag; merci de votre comprehension cordialement TRADERMATRIX