Category Other  Published on 09/01/2014

Fibonacci Robot

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.


/

HE
hermoso

Joined on 23.07.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: SR_Fibo.algo
  • Rating: 2.5
  • Installs: 9250
Comments
Log in to add a comment.
JO
josef.almer · 3 months ago

ATR period: 22, EMA period: 31, vel period: 12 on m8, USDCAD gives 100 % p.a.
2 % max drawdown is amazing though

CU
cuervotorres.r · 1 year ago

In H1 works extremely good on various mayor pairs.

CI
ciripa · 3 years ago

@aramadex

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

BA
bazbkzii · 4 years ago

Anybody know ? where can i get Velocidade.calgo Link download? Thankyou.

HA
haitran0207@gmail.com · 8 years ago

 I can't rebuild because my indicators have missed Velocidade. Pls!! Give me this!!

MO
mountainfriend · 9 years ago

Hi,

Please tell me where I cns find the Velocidade.algo.

Thanks

FW
fwends · 10 years ago

This bot should be removed if nobody is going to update it so it works 

FW
fwends · 10 years ago

@hermoso any word on where we can get this indicator, can't you upload it in dropbox and post the link here?

NO
noniz · 10 years ago

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

FW
fwends · 10 years ago

@hermoso, looking forward to it and thanks for checking 

HE
hermoso · 10 years ago

@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!

FW
fwends · 10 years ago

@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, 

HE
hermoso · 10 years ago

Did you try to double click the file? .algo file will install the indicators

FW
fwends · 10 years ago

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 

aramadex's avatar
aramadex · 10 years ago

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.

atrader's avatar
atrader · 10 years ago

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.

 

aramadex's avatar
aramadex · 10 years ago

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

aisaac's avatar
aisaac · 10 years ago

good morning, is possible add a trailing stop and trigger in this robot ?

 

 

good morning.

aisaac's avatar
aisaac · 10 years ago

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.

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;

 

aisaac's avatar
aisaac · 10 years ago

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.