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
Last Algorithm Comments
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
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.
Thank you Paul
I will try the adventure
I will communicate the results
@ +
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.
asghar250
multiplier OK !!
better late than never....
Best regards
I returned !!
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
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
ok ... I will study this possibility
Best regards
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
you do not need to modify the code.
look at this ...
I have added the martingale reverse mode ... but in all cases tp 20 and sl 20 is risky ....
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
yes thank you it works.
if [Parameter ("Short Start Level" DefaultValue = 2.0)]
thank you again
hello
thank you for the code.
I have noticed that sell order does not.
you can watch...?.
cordially
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.
@+
Hello
no, I have completely forgotten this indicator.
I think I will develop this idea.
Merçi
bons trades.......
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
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
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
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;
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