SMAIndicator works

This commit is contained in:
7u83
2017-11-17 23:09:06 +01:00
parent 1858a65fe6
commit 3e19afbe25
4 changed files with 26 additions and 8 deletions

View File

@ -255,7 +255,7 @@ public class MasterChart extends javax.swing.JPanel implements QuoteReceiver, Ch
@Override
public OHLCData get() {
return Globals.se.getOHLCdata(60000 * 60);
return Globals.se.getOHLCdata(60000 * 10);
}
}