Amibroker For Dummies........a Beginner's Forum On How To Use Amibroker

will this thread serve its purpose?

  • yes

    Votes: 397 93.2%
  • no

    Votes: 29 6.8%

  • Total voters
    426
hi shretal pls upload ur idea how can we utilize it through amibroker and also intraday chart etc. is ur idicator in a real time mode do upload it hope to hear soon

regards
 
Dear members,

I am trying to code an intraday system in Amibroker. I am facing the following problem:

The system works on 30 min. charts, however, I exit on the Closing price of the second last 15 min. bar (3:15 PM).

How do I access that price using Amibroker code?

Please help I am badly stuck.

Thanks,
Hrishabh
 

MINITRADER99

Well-Known Member
Hello Friends,,
Normally on 60 minute chart we get first bar at 9.59, second one at 10.59, third one 1t 11.59. So total number of bar will be 7. But I am getting only 6 bars i.e. 10.29,11.29,12.29...........3.29.
How to convert it in 7 bars.
 
Hello Friends,,
Normally on 60 minute chart we get first bar at 9.59, second one at 10.59, third one 1t 11.59. So total number of bar will be 7. But I am getting only 6 bars i.e. 10.29,11.29,12.29...........3.29.
How to convert it in 7 bars.
Go to data base setting intraday setting make sure that start time should be 9:00 and end time 4:00
 

VJAY

Well-Known Member
Dear friends,

I want some help in RT data to ami.How can real time compression of candle is done in AMI.I am getting RT data by tick with volume.but volume not shwo properly when I use 5/15/30 ....etc tf.If any one give an info to compress it its very much helpfull.
Regards
VJAY
 

MINITRADER99

Well-Known Member
Hello friends,
I have just started using Amibroker and using RT data for NSE from Yahoo. I will like to know whether-
1- Is it possible to use Trade Tiger from Sharekhan as ODIN import for TDI.
2-Is it possible to use TTAdvance from India Infoline as ODIN data source.
Thank you.
 

citrus

Well-Known Member
Hello friends,
I have just started using Amibroker and using RT data for NSE from Yahoo. I will like to know whether-
1- Is it possible to use Trade Tiger from Sharekhan as ODIN import for TDI.
2-Is it possible to use TTAdvance from India Infoline as ODIN data source.
Thank you.
Minitrader99,
Your questions are not clear. Both Trade Tiger and ODIN are trading terminals/ platforms. What is the need to transfer data from one to another is not clear. Nor, as far as I know, it is possible.
If you wish to transfer data with TDI to amibroker, then you better directly mail TDI people. They are very responsive to business queries.
Regards.
Citrus
 
I am a beginner with Ami and I want to scan stocks to find some "buy signals".
Take this formula as an exemple.
x = MACD( 12, 26 );
y = Signal( 12, 26, 9 );
Buy = Cross( x , y ) AND x > 0 ;;

I verify all "buy signals" for 100 of stocks between January 1st 2007 and December 31 2007.
When I "Scan" I can see all "buy signals" per stocks but when I want to verify with the "back test" I see only 1 or 2 signals per stocks!
Exemple when I do a scan I can see 5 reel signals because I verify it on the chart but If I do a "back test" i will probably see 1 or 2!
Do I have to write something else in the formula?
Thanks
 

Similar threads