Description
#DONT FORGET TO REFERENCE THE TWO FILES IN THE CODE
This robot trades the fibonacci bands.
I had sucess trading 4H GBPJPY with AtrPeriod = 21 ; emaPeriod = 54 ; velperiod = 10
With a little optimization you can get good results for others symbols and timeframe.
If you find something good, please share!
If the trend is bullish the robot place a buy order in the first fibo band and a sell in the second band and vice-versa.
/
hermoso
Joined on 23.07.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: SR_Fibo.algo
- Rating: 2.5
- Installs: 9512
- Modified: 13/10/2021 09:54
Comments
In H1 works extremely good on various mayor pairs.
aramadex - September 17, 2013 @ 15:37
Through documents directly could be and do not necessarily embed indicators Leonardo) in principle and in their cAlgo can create.
Thank you very much "atrader" for the literal and precise answer, my time you just saved.
- Add the link and I did not notice it.
Could you please help me with that.I could not resolve the problem with Velocidade.calgo
How did you manage to build the robot finally?
Thank you very much.
Kurt
Anybody know ? where can i get Velocidade.calgo Link download? Thankyou.
I can't rebuild because my indicators have missed Velocidade. Pls!! Give me this!!
Hi,
Please tell me where I cns find the Velocidade.algo.
Thanks
This bot should be removed if nobody is going to update it so it works
@hermoso any word on where we can get this indicator, can't you upload it in dropbox and post the link here?
Sir, Velocidade is not available anywhere......
Please upload it.......
fibonacci bands are available and i installed successfully however velocidade indicator is not present anywhere.
regards
chodhary.imran@gmail.com
@hermoso, looking forward to it and thanks for checking
@fwends you are right my friend! I ll ask in the forum to see what happened!
Im rewriting this codes, in a few day ill repost it!
@hermoso, Yes i downloaded it from this page and double clicked it on 3 different machines and it does not install the Velocidade as i mentioned already,
Did you try to double click the file? .algo file will install the indicators
Hi,
Clicking the download link gives me SR_Fibo.algo to download.
Ater installing this i installed the Fibonacci, but i can't find anywhere to get Velocidade indicator as it's not on ctrader.com indicator list and not included on this page anywhere
Please advise
Through documents directly could be and do not necessarily embed indicators Leonardo) in principle and in their cAlgo can create.
Thank you very much "atrader" for the literal and precise answer, my time you just saved.
- Add the link and I did not notice it.
You have the files included in the zip that you downloaded. You need to put them in the cAlgo/Sources/Indicators folder which is inside your documents folder. Build the indicators and then in the robot view click the button "Add Reference" and add both indicators.
Hello Leonardo!
how to work your robot?
yours indicator - Velocidade, FibonacciBands collected, but when the assembly robot cAlgo issues a command:
"could not find the name or namespace" though all coincides.
and
you're talking about #DONT FORGET TO REFERENCE THE TWO FILES IN THE CODE
where can I get it? this is probably how it is connected ...
please explain how your robot to Use
good morning, is possible add a trailing stop and trigger in this robot ?
good morning.
thank you very much tradermatrix for reporting , now the build is ok.
the two indicators Velocidade.cs and FibonacciBands.cs is right load in "add reference" ?
thanks.
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;
good morning, i have a problem in a build the robot SR_fibo, this is a problem http://sdrv.ms/12ScvRG ,
this is the message translated :
the type or namespace name ' Windows ' does not exist in the namespace " System" is probably missing a reference to an assembly.
What should I do ? and indicators are fine as I put them in add reference.
thanks.
ATR period: 22, EMA period: 31, vel period: 12 on m8, USDCAD gives 100 % p.a.
2 % max drawdown is amazing though