Following the sharks - intraday short term strategy

Category: Strategies By: pablito Created: April 26, 2016, 8:01 PM
April 26, 2016, 8:01 PM
Strategies
5 Comments

GBis a program that makes the purchase or sale provided there is a good move within an hour of the pair we choose. The time frame works well in one minute and five minutos.He put a stoploss and take profit editable for money because my is that I actually work … that’s why we’re here. Thank you very much and I hope you developments of this program for different pairs in forex … now I have 6 of several relationships. I leave one that works believe that good. a greeting from a person eager to learn. I use this in particular in the GBP / USD 1 m, 5 m see good results, you can help me ?? I invite you juguéis with and if compartis in this thread … THANK YOU.

 

ES

es un programilla que realiza la compra o venta siempre y cuando haya un buen movimiento en un plazo de una hora del par que elijamos. El time frame funciona bien en un minuto y 5 minutos.He puesto un stoploss y un take profit editable por cantidad de dinero ya que a mi es el que en realidad me funciona…que para eso estamos aqui. Muchas gracias y espero de vosotros desarrollos de este programa para diferentes pares en forex… ahora tengo 6 de varias relaciones. os dejo uno que funciona creo que bien. un saludo de una persona con ganas de aprender. este en concreto lo utilizo en el par GBP/USD en 1 m ,5 m veo resultados buenos, me podeis ayudar?? Os invito que jugueis con el y si lo compartis en este hilo… GRACIAS.

DEFPARAM CumulateOrders = false
//***********Código a insertar al principio del sistema de trading**********//
//programa
// n1 y n2 es take profit y stoploss en cantidades
n1=300
n2=100
once n= 0
if onmarket=0 then
 preuact =close[1]
 m480=average[10]
 if hour=n and minute= 00 then
//variable de pips a la hora de hacer la entrada. en este caso 50

preupos=preuact + 0.0050
preuneg=preuact - 0.0050

  entrada=1
  n=n+1
 endif
 if n=24 then
  n=0
 endif
 if preuact<preuneg and entrada=1 then
  if preuact< m480 then
   sellshort 2 lot AT MARKET
   SET TARGET $PROFIT n1
   set stop $loss n2
   entrada=0
  endif
 endif

 if preuact>preupos and entrada=1 then
  if preuact> m480 then
   buy 2 lot AT MARKET
   SET TARGET $PROFIT n1
   set stop $loss n2
   entrada=0
 endif
 endif

endif

 

Download
Filename: Following-the-sharks.itf
Downloads: 180
pablito New
Code artist, my biography is a blank page waiting to be scripted. Imagine a bio so awesome it hasn't been coded yet.
Author’s Profile

Comments

Logo Logo
Loading...