Exploration Trade Arrows Not Working. Scan Trade Arrows Shows Up Fine

I'm trying to get trade arrows to show up when right clicking a result in the exploration window and selecting "Show current trade arrow" but the trade arrows never show up.

I've looked at the following link and it didn't seem to provide any solutions.

What I notice is that if I use the "Scan" feature I'm able to load up the chart and the trade arrows show up but doesn't work when I use the "Explore" feature. I'm using 6.4 version of AmiBroker.

My simple exploration code for testing:

// Exploration columns
Filter = Buy OR Sell;
AddColumn( Close, "Close");

Exploration does not generate "trades". So it can't display "trades"

Can we have it as an added feature in the future to show trade arrows when opening from exploration window. It's a bit confusing to have the option to show trade arrow when it's not supported. Or remove the options from the right click context menu when on the exploration window so that user would never see the ability to show trade arrows from the exploration screen.

1 Like

As I wrote - exploration serves different purpose. If you need to display buy/sell arrows press "Scan" button.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.