Recent content by johnyjj2

  1. J

    stop in Automatic Analysis - Scan

    Hello! Can anybody at least give me some guidelines, please? Regards!
  2. J

    stop in Automatic Analysis - Scan

    Hello, I created trading system in AmiBroker in which buy is based on moving averages, there is no sell, however I use stops as sell. There are the following lines: ApplyStop(stopTypeLoss,stopModePercent,SL,1,0,0); //beginning stop ApplyStop(stopTypeTrailing,stopModePercent,TS,1,0,0)...
  3. J

    three EMAs in trading system

    Thanks! I tried to use optimization in order to check which stop would be better. However, when I execute this code, it gives me six the same results! I think those results should be different. AmiBroker accepts the syntax of the following code but I'm afraid it understands it in different...
  4. J

    three EMAs in trading system

    Thanks for your answers! I expected you to explain those things to me and you gave me title of the book in which it is explained and... that's even better because I can have wider knowledge about the given topic. I also tried to find good kind of stop for my trading system. I tried to look...
  5. J

    three EMAs in trading system

    Hello! I have tested several trading systems found in the web and those were not so good. So I decided to create my own system in AmiBroker. I found such a description: "We can use combination of moving averages: 4-, 9- and 18-days. If 9-days average is above 18-days but 4-days came below...
Back
Top